home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_13_12
/
schmidt
/
mundo4.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-10-11
|
258 b
|
23 lines
=========
Listing 6
final translation unit assuming HERE is 0
=========================================
//
// mundo.cpp
//
#define HERE 0 // HERE is referenced by both .h files
//
// hither.h
//
//
// yon.h
//
int yon = 0;
void main()
{
}